home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global experimenterMenu
- set ActiveStartspr to 3
- set seBrancher to ActiveStartspr
- set startBalls to 4
- set seBrancherBall to startBalls
- set diffuserBall to startBalls + 1
- set correspondreBall to startBalls + 2
- set echangerBall to startBalls + 3
- set naviguerBall to startBalls + 4
- set connexionBall to startBalls + 5
- set startHighLightSpr to 10
- set connexion to startHighLightSpr
- set startHotSpot to 11
- set connexionHS to startHotSpot
- set ro to rollOver()
- puppetizeExclude(0, ro - (startHotSpot - startHighLightSpr), connexion, connexion)
- updateStage()
- case ro of
- seBrancher, seBrancherBall:
- go(the frame)
- connexionHS, connexionBall:
- puppetSprite(connexion, 1)
- set the member of sprite connexion to member "connexion"
- updateStage()
- go(the frame)
- otherwise:
- depuppetize(connexion, connexion)
- updateStage()
- go("seBrancherClose")
- end case
- end
-
- on exitFrame
- go(the frame)
- end
-